Object ProImm

Function ProImmDialog


Description
Invokes the regular Imm Selection dialog using defaults specified in immparams handle. Upon picking Ok in the dialog, all the data from it are set to the handle. Functions ProImmParamsGet() and/or ProImmCreate() can be used after this function is successfully completed.
Synopsis
#include <ProImm.h>
ProErrorProImmDialog(
ProMdl owner
/* (In)
Mold Layout Assembly handler
*/
ProImmParams immparams
/* (Out)
ImmParam handle
*/
)
Returns
PRO_TK_NO_ERRORThe values are successfully set;
PRO_TK_BAD_INPUTSSpecified parameters are incorrect.
PRO_TK_USER_ABORTUser aborted the dialog

Sample Code References:

  1. pt_examples ( TestImm.c )
  2. pt_examples ( TestImm.c )